Your dream project - Programming On Unix

Users browsing this thread: 2 Guest(s)
z3bra
Grey Hair Nixers
(26-07-2017, 02:43 PM)darthlukan Wrote: I've been reading through Window Manager docs and trying to write one myself for a while. Every time I get some headway, I scrap it and start over, never satisfied with my garbage C skills. I want to write it in C because I'm weak in that language (I could have probably already finished it in Python or even Go, but then I wouldn't be learning what I want to learn or building what I want to build). It's so bad, that I haven't even put it up in a Git repo because the history would just be a ton of scrapping commits and deletions.

Writing a WM is a big project, and as such, you first need to organize and plan what your code will be. For such a project, you'll need to be consistent in style, and stick with it until you have something working. Don't change your mind mid-way, or you'll loose a huge amount of time.

Regarding the actual code, don't hesitate to look into other projects, particularly swm, 2bwm and wmutils (we wrote wmutils so that the code is easy to understand and reuse).
There is also libwm which you can use to focus on features rather than dealing with windows themselves.


Messages In This Thread
Your dream project - by z3bra - 25-07-2017, 08:01 AM
RE: Your dream project - by jkl - 25-07-2017, 08:38 AM
RE: Your dream project - by z3bra - 25-07-2017, 09:14 AM
RE: Your dream project - by jkl - 25-07-2017, 09:43 AM
RE: Your dream project - by z3bra - 25-07-2017, 10:18 AM
RE: Your dream project - by r4ndom - 25-07-2017, 04:06 PM
RE: Your dream project - by z3bra - 25-07-2017, 05:20 PM
RE: Your dream project - by darthlukan - 26-07-2017, 02:43 PM
RE: Your dream project - by z3bra - 26-07-2017, 03:16 PM
RE: Your dream project - by Tmplt - 17-10-2017, 03:12 PM
RE: Your dream project - by grah - 27-02-2019, 04:33 AM
RE: Your dream project - by z3bra - 27-02-2019, 11:45 AM
RE: Your dream project - by grah - 28-02-2019, 12:56 AM
RE: Your dream project - by z3bra - 19-04-2019, 07:28 AM
RE: Your dream project - by wolf - 01-05-2019, 11:55 PM
RE: Your dream project - by Doom - 13-05-2019, 01:21 PM
RE: Your dream project - by venam - 14-05-2019, 12:30 AM
RE: Your dream project - by Doom - 14-05-2019, 01:56 PM
RE: Your dream project - by evbo - 15-05-2019, 01:55 PM
RE: Your dream project - by Doom - 15-05-2019, 10:38 PM
RE: Your dream project - by seninha - 07-05-2021, 02:00 PM
RE: Your dream project - by venam - 07-05-2021, 02:56 PM
RE: Your dream project - by freem - 11-05-2021, 09:16 AM
RE: Your dream project - by TheAnachron - 11-05-2021, 10:26 AM
RE: Your dream project - by freem - 11-05-2021, 11:06 AM
RE: Your dream project - by s0kx - 24-05-2021, 03:09 PM