Siva S
Siva S
## Is your feature request related to a problem? Please describe. Currently in FastJ, the only way to set up lighting is to use gradients... while this may solve basic...
Compiler rewrite for increased performance and flexibility. - [x] Custom Lexer - [x] Custom Parser --> In progress - [x] Interpreter (To run language) - [ ] JVM backend (to...
## Description The `default` case must only ever be situated at the end of a switch block. ## Occurrences There are 3 occurrences of this issue in the repository. See...
Tests
SypherEngine doesn't have Unit tests yet... so adding them is gonna be a must Tests: - [ ] Basic Engine running - [ ] Rendering and Transform Tests - [...
**Describe the bug** While setting up some unit tests for #13, I have come across the issue that SypherEngine builds fail when tests are involved... most of these build fail...
**Is your feature request related to a problem? Please describe.** Currently, SypherEngine draws polygons by using the coordinates of al the points of the polygon in order. While there are...
Currently, the audio engine stores and plays all samples from memory, which is not performant for large samples such as music. For performance and a lighter memory footprint, a way...