Joshua Higginbotham
Joshua Higginbotham
Not doing this breaks the CMake build on some older compilers: https://github.com/JuliaPackaging/Yggdrasil/pull/4786#discussion_r853969776
Telescope needs updates to correspond with changes made to Starlight. Then the wrapper needs to be updated. Then the kinks need to be ironed out and tests made to pass...
Currently the [Pong](https://github.com/jhigginbotham64/Starlight.jl/blob/main/examples/Pong.jl) example has several issues: - Edge/corner detection sometimes triggers incorrectly near the middle of the paddle, causing the ball to glitch through - Paddles slide partly into...
We should be able to run Starlight (especially the unit tests) without a window visible. This was discovered in the context of https://github.com/jhigginbotham64/Starlight.jl/issues/14 but is also its own issue. Will...
Running the test suite should be part of our CI/CD setup.
Because referring people to a section of the README is not sustainable long-term.
I want Starlight/Telescope to support at least the minimal ray tracing functions outlined in http://raytracerchallenge.com/, preferably using Vulkan's hardware ray tracing capabilities. It may not be possible to support all...
The Bullet Physics SDK has a healthy examples subdirectory: https://github.com/bulletphysics/bullet3/tree/master/examples Since Telescope uses Bullet for physics, there's no reason we couldn't migrate their examples and example browser from OpenGL to...
I want you to be able to "play" Starlight "apps" in Jupyter/Pluto notebooks, while still having all the advantages of their interactivity.