/g/ - Technology

Board dedicated to discussions related to everyday technology!

0/4000

BharatChan Disclaimer

Notice

Before proceeding, please read and understand the following:

1. BharatChan is a user-generated content platform. The site owners do not claim responsibility for posts made by users.

2. By accessing this website, you acknowledge that content may not be suitable for all audiences.

3. You must follow BharatChan’s community guidelines and rules. Failure to do so may result in a ban.

4. By using BharatChan users agree to the use of cookies, mostly for session related to user.

A poster on BharatChan must abide by the following rules:

Sitewide Rules
You must be 18 or older to post.
Sharing personal details or engaging in doxing is strictly prohibited.
Political discussions should be confined to /pol/.
NSFW content is only allowed in /kama/.
Off-topic discussions, thread derailment, or spam may result in a ban and IP blacklist.
Pornographic content is strictly prohibited.
Any activity violating local laws is not allowed.
Acknowledge

Recent Posts

MLfags gtfih

View

Rust

View

View

View

skills

View

More electronics manufacturing moving to India

View

Working on my game in a late night game dev sessio...

View

RSS feed for Bharatchan ?

View

बिना वीपीएन के टाॅरेण्ट डाउनलेड कर लिया

View

soyjak.st forum which hacked 4chin blocks all indi...

View

Truth of Computer Programming

View

Browsing best practices

View

Picrel is a 56 yr old auntyji from Amreeka

View

Placement

View

View

Tatti windows

View

View

WebDev general

View

Seeding paid courses

View

View

AI = Actually Indonesians

View

View

alternative frontends

View

View

Seedhe maut 🔥

View

Script request

View

GOOGLE FIREBASE

View

Sach bol raha he kya?

View

View

sharing doxxing/hacking tutorial

View

आर्च लिनक्स को कैसे इंस्टॉल करें?

View

View

Machine learning with C±+

View

View

View

making a glow-proof smartphone

View

/AI/premiums

View

View

View

Torrent links general

View

how to ddos a site?

View

Kalej doesnt want me to do shit.

View

Making a community of people who want to code and ...

View

View

Every software is open source of you know assembly

View

It's over

View

No Innova-ck

View

archive.today prolly getting attacked by glowies

View

why jeets dont seed ?

View

View

Sketch - A simple 2D graphics library in C

Techjhoomer

IN

RYCz63

No.1

started working on it today.

Will be posting on further developments in this thread.

Anonymous

IN

+Yfcm+

No.2

Cool

how will you be going about building a library

What purpose would it serve

Anonymous

IN

cXfJN+

No.3

>>1(OP)

keep up the good work techjhoomer

Techjhoomer

IN

RYCz63

No.4

>>2

I am basically building upon the voronoi program I already built, I posted about it the multiple threads I made earlier on the previous version of bhach.

Everything is rendered pixel by pixel and the executable generates a ppm file containing the image.

I already implemented certain primitives such filling up the canvas, generating and filling circles etc.

I am going to expand them, and add more primitives, such as rectangle for example, rendering a Triangle is a major task.

The whole thing will made into a library - All in pure C without any turd party dependencies - atleast for now.

Techjhoomer

IN

RYCz63

No.5

>>3

I have learned a lot in last few weeks, the whole learn by building meme is unironically true.

Anonymous

IN

FJSmBx

No.10

>>1(OP)

what's the usecase?

RJ

No.11

>>4

can you make a usuable thing

so that i can learn what you learn

TechJhoomer

IN

Oh/9JN

No.16

>>10

Mostly learning purposes

>>11

I mean the library is useable but I plan to eventually rewrite the whole thing in Swift and use Metal API to execute it on my laptop's GPU instead.

Basically I will make an app

Anonymous

IN

WJk3op

No.115

>>1(OP)

>reinvent the wheel

good if you are learning

bad if you want to build something. You are wasting time. Time is valuable.

Anonymous

IN

Y59smw

No.120

>>1(OP)

Yaar how do you come with ideas and do you build everything on your own or will use some resource for reference

TechJhoomer

IN

Qr66mC

No.121

>>120

It's a mix of following certain books related to graphics development, general programming books, youtube, 4chan /g/ etc other online resources.

for example I got the idea to generate ppm images from a Rust programming books, it had a project where a mandelbrot set visualisation was built.

Just like many others my interest in programming largely emerged from my love of computer gaming, as a result I was always interested in knowing how GPUs work etc.

TechJhoomer

IN

Qr66mC

No.122

>>115

It's a learning exercise sirs.

I am going to build a raytracer next.

Anonymous

IN

EsOVPm

No.231

>>120

you simply need to spend a lot of time on particular thing, that is the only way.