new-ospgl icon indicating copy to clipboard operation
new-ospgl copied to clipboard

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html

Results 36 new-ospgl issues
Sort by recently updated
recently updated
newest added

Here's a to-do list on how to build the wiring panel before release. This should allow very complex wire setups to be built relatively effortlessly. # Auto wiring Wiring everything...

enhancement
editor

There are some cases where a machine interface needs to carry a bit more information. For example, activable machines may be meant to be staged (such as the engine ignition),...

enhancement
editor

Part groups are created by the user, and are basically a way to categorize parts for the auto-wiring, and for overall organization of the vehicle. Groups can be hidden in...

enhancement
editor

There's a bit of a circular loading dependency when loading a gamestate, where entities require osp->game_state is already set during loading. Fix this by rearranging when the entities create the...

good first issue
code-improvement

Self explanatory, to be done soon as current entities are vehicle and building, which are really simple. Further entities would be written in lua from the start.

**FILE REPLACEMENTS:** Useful for models, textures, shaders, etc... Mods may specify certain files to be "replaced" (virtually) by other. This includes .lua files and everything else. An example of how...

Even using double precision, it's interesting to allow many bullet worlds with different origins for HUGE distances. In pluto floating point errors do become noticeable, but we won't need more...

flight
engine

[This file](https://github.com/TheOpenSpaceProgram/new-ospgl/blob/master/src/planet_mesher/renderer/PlanetRenderer.cpp) should be changed so that the drawing order makes more sense, ie, rendering first tiles closer to the player. This way there should be less overdraw. We can...

good first issue
graphics

Oceans are mostly spherical (or ellipsoidal) so we could just draw a single quad and generate the sphere directly on the GPU. Other water bodies would use the old system

idea

We should simulate the fluids inside of the tanks and its motions through the vehicle on a more or less accurate way. The system should avoid being "rocket-centric" as airplanes...

flight
engine
game