Emmanuel

Results 184 issues of Emmanuel

EMPTY1.0 seems to work fine.

Very basic initial implementation of constructive tests.

kind - feature
triage - investigating
area - testing

I propose a function that generates syntactically correct strings, to test the interpreter: ```c++ enum Simbol { SIGMA, DECLARATION, VAR_NAME, NUMBER, assign, end, letterA, letterB, number1, number2 }; const std::set...

kind - feature
triage - investigating
triage - accepted
area - testing

I am working with CLion and it really likes CMake, so I made an implementation.

Is png a format the developer wishes to support? I've had to add a handler for pngs that uses libspng, I can create a PR to add it to the...

I've been adding explanations, mostly for file handling to the wiki. What other stuff would be missing?

Here: https://github.com/orangeduck/Corange/blob/eaace0fcfdd895863e3f71f155a387dfb0e7130c/src/assets/animation.c#L70-L79 I don't understand why you do `time = fmod(time, a->frame_time * (a->frame_count-1));` and then `(time / a->frame_time) + 0` for the first frame.

The bird in the platformer has weird movement, it doesn't seem intuitive, it seems to accelerate either too little or too much. It would be a good idea to make...

It would be nice to show what's possible.