1
0
Fork 0
Univerxel/TODO.md

168 lines
3.9 KiB
Markdown
Raw Permalink Normal View History

# Milestones
2020-07-06 19:18:29 +00:00
## Hello world
2020-12-02 19:21:40 +00:00
Released as `0.0.1`: `Pre alpha 1`
- [x] From the ground up cleanup
2020-12-02 19:21:40 +00:00
## System
- [~] Dependencies updater
- [x] Tracy
- [ ] ImGui
- [x] FastNoise
2020-12-02 19:21:40 +00:00
- Compile time
- [x] Warnings
2020-12-02 19:21:40 +00:00
- [ ] Unit build
- [ ] Ninga
- [ ] Clang
2020-11-11 22:39:00 +00:00
- [x] CI build
- [x] CMake package
2020-11-07 21:16:48 +00:00
- [x] GitLab CI
2020-12-02 19:21:40 +00:00
- Platforms
2020-11-11 19:25:03 +00:00
- [x] Linux
2020-11-11 22:39:00 +00:00
- [x] Windows
- Mingw: requires picotls, picoquic and FastNoise compatibility
- [ ] MacOS
2020-12-02 19:21:40 +00:00
- [ ] Launcher / Updater
- [ ] Review documentation
- [ ] Code cleanup
- [ ] Proper wiki
- [ ] Proper logger
2020-12-02 19:21:40 +00:00
- [ ] I18L
## Data
- [~] Element hierarchy
- [x] Raycast
2020-12-02 19:21:40 +00:00
- [ ] Soft part break
- [x] Relative position
- [x] Rotate
- [ ] Bounding hierarchy
- [x] Merge World and Entities
2020-10-20 19:08:40 +00:00
- [ ] Galaxy
- [~] Orbit system
- [x] Circular
- [ ] Elliptic
2020-10-20 19:08:40 +00:00
- [ ] Gravity referential
- [ ] Collisions
- [ ] Point
- [ ] Step
- [ ] Ray
- [ ] Continuous
- Bilateral advancement
- GJK
2020-12-02 19:21:40 +00:00
- Edits
- [ ] More shapes
- [ ] Rotate
2020-12-02 19:21:40 +00:00
- [ ] Anchor
- [ ] Multi-block system
- [ ] Cross chunk structure
- [ ] Lighting
- [ ] Passive chunk save
2020-12-02 19:21:40 +00:00
- Generation
- SIMD
- [ ] Double precision
- [ ] Surface features
- [ ] Biomes
- https://imgur.com/kM8b5Zq
- https://imgur.com/a/bh2iy
- https://speciesdevblog.files.wordpress.com/2012/11/biomemap.png
- [x] Data oriented
2020-12-02 19:21:40 +00:00
- [ ] Inventory
- [ ] Octree
- [ ] Surface aware LOD
- [ ] All levels (0-5)
- [ ] Tree fill
- [ ] Big edit queue
- [ ] Update region level average
- [ ] Area converter
2020-12-02 19:21:40 +00:00
- [ ] Minecraft import
- [ ] Base unit size change
- [ ] Local generation prediction
- [~] Modding API
- [x] Define boundaries
- [ ] Version handling
- [ ] Client-Server negotiation
- [ ] Save file index
- [ ] List possibilities
2020-12-02 19:21:40 +00:00
## Graphics
- [~] Disable VK for now
2020-12-02 19:21:40 +00:00
- [ ] Slash screen
- [ ] Proper UI
- [ ] Pause menu
- [~] Start menu
2020-12-02 19:21:40 +00:00
- [ ] Using texture pack
- [ ] FontAwesome (https://github.com/juliettef/IconFontCppHeaders)
- [x] Define standard unit sizes
- Terrain (area) 1:1m
- Objects (part) 1-8:1
- Models (instance) ~16:1 manual
2020-12-02 19:21:40 +00:00
- Visual debug
- [x] Chunk / Region border
- [x] Area box
2020-12-02 19:21:40 +00:00
- [ ] Collision overview
- [ ] Effective occlusion culling
- [ ] Use average
2020-12-02 19:21:40 +00:00
- [ ] Cast from chunk center
- Curvature
- CubeSphere
2020-08-14 16:56:28 +00:00
- [ ] Area corrected CubeSphere
- [ ] Corrected Normals
- [ ] Surface curvature
2020-12-02 19:21:40 +00:00
- [ ] Curvature aware frustum
2020-08-28 14:27:00 +00:00
- [ ] Healpix
2020-10-20 19:08:40 +00:00
2020-12-02 19:21:40 +00:00
### Raster
2020-10-20 19:08:40 +00:00
2020-12-02 19:21:40 +00:00
- https://www.iquilezles.org/www/index.htm
2020-11-07 21:16:48 +00:00
- [~] 8 for 1 contouring problem
2020-12-02 19:21:40 +00:00
- [ ] Merge stochastic and triplanar
- https://assetstore.unity.com/packages/tools/terrain/microsplat-96478
- https://www.youtube.com/user/slipster216/videos
2020-12-03 18:46:47 +00:00
- [x] Biplanar
- [ ] Fix stochastic (needs regionPosition bound in f16 range)
2020-12-02 19:21:40 +00:00
- [ ] Distance resampling
- [ ] Tesselation
- [ ] Better LOD selection
- Dynamic to target fps
2020-12-02 19:21:40 +00:00
- [ ] Planet scale LOD (using chunk level average)
- [ ] Hard shadow
- [ ] World lights
- [ ] HDR
- https://www.youtube.com/watch?v=iikdcAA7cww
- Toon shading
- Eye adaptation
- GLSL gamma correction
- https://github.com/skurmedel/shaders/blob/master/glsl/gamma_correct.glsl
- [ ] Post processing
- https://learnopengl.com/Advanced-OpenGL/Anti-Aliasing
- Bloom
- [ ] Procedural Skybox
- [ ] Deferred
- [ ] Ambiant occlusion
- [ ] Cascaded shadow maps
2020-11-11 19:25:03 +00:00
- [ ] Avoid transparent back-face
2020-10-22 16:11:33 +00:00
- [ ] Translucency
2020-12-02 19:21:40 +00:00
- Back-face depth based
- [ ] Contouring service
### Ray
- All of it
- Probably v2
## Network
- [x] QUIC protocol
- [ ] Use in memory protocol
- replace server_handle
- [ ] Private messages
- [ ] Commands
- [~] Authentication
- [ ] Clean kick
- [ ] Check certificate