Search found 53 matches

by FinalL
November 2nd, 2018, 7:58 pm
Forum: Everything
Topic: TEST%%%
Replies: 2
Views: 1624

Re: Coding Challenge 9 - TEST%%%

This one is the best one
by FinalL
October 2nd, 2018, 9:30 pm
Forum: Everything
Topic: A better alternative to solution files
Replies: 21
Views: 8104

Re: A better alternative to solution files

After a bit more tweaking than I expected, I managed to get it running on my Kali VM, you can test if it works on your machine, master on https://github.com/FinalL/chili_framework It works runs, but needs proper thorough testing of the mouse and keyboard input, maybe a reorganisation. It's also stil...
by FinalL
October 2nd, 2018, 10:29 am
Forum: Everything
Topic: A better alternative to solution files
Replies: 21
Views: 8104

Re: A better alternative to solution files

the middle one works just fine (unsigned char)value
by FinalL
October 2nd, 2018, 8:30 am
Forum: Everything
Topic: A better alternative to solution files
Replies: 21
Views: 8104

Re: A better alternative to solution files

Thanks for the suggestions papa :) I posted it at the discord as well and Chili took a look at it, and concluded that the GCC had trouble parsing the multi-word typename unsigned char without parentheses surrounding it. I spent some more time with it yesterday and got it now building on Linux. But n...
by FinalL
September 30th, 2018, 9:56 pm
Forum: Everything
Topic: A better alternative to solution files
Replies: 21
Views: 8104

Re: A better alternative to solution files

Ok I tried making it buildable on linux but GCC just refuses to build it :? https://github.com/FinalL/chili_framework/tree/linuxbuild It builds without problems on VS 2017 but GCC keeps bitching about /root/chili_framework/Engine/Graphics.h: In member function ‘void Graphics::PutPixel(int, int, int,...
by FinalL
September 30th, 2018, 8:45 pm
Forum: Everything
Topic: A better alternative to solution files
Replies: 21
Views: 8104

Re: A better alternative to solution files

I did not make it linux compatible yet, since the sound is still work in progress but I'm gonna try to publish a lightweight version buildable on linux
by FinalL
September 23rd, 2018, 8:22 am
Forum: Everything
Topic: Coding Challenge 4!
Replies: 93
Views: 234712

Re: Coding Challenge 4!

generating a 80M testfile takes like 10 minutes of proper cooking for me :D
by FinalL
September 22nd, 2018, 8:47 pm
Forum: Everything
Topic: Coding Challenge 4!
Replies: 93
Views: 234712

Re: Coding Challenge 4!

last one only is counted
by FinalL
May 1st, 2018, 2:14 pm
Forum: Everything
Topic: Framework and Profit
Replies: 4
Views: 2146

Re: Framework and Profit

He put his tutorial framework under GNU General Public License v3 that allows you to do all sorts of stuff with it as long as you satisfy certain conditions made simple for example here https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) . For example your product containing his fra...
by FinalL
October 8th, 2017, 2:28 pm
Forum: Everything
Topic: My friend told me that the "Chili Framework" is useless
Replies: 8
Views: 3405

Re: My friend told me that the "Chili Framework" is useless

Some analogy came to my mind. Imagine learning to bike with and without helping wheels. Of course it is possible to learn to bike without help. But almost certainly will take longer. On the other hand, biking with helping wheels does not make you a good cyclist. It only prepares you to then start bi...