https://github.com/devan-kerman/jerraria
Terraria if it was made by Minecraft modders
https://github.com/devan-kerman/jerraria
Last synced: about 1 year ago
JSON representation
Terraria if it was made by Minecraft modders
- Host: GitHub
- URL: https://github.com/devan-kerman/jerraria
- Owner: Devan-Kerman
- License: lgpl-3.0
- Created: 2021-11-04T08:04:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T03:14:55.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T09:01:42.482Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 1010 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jerraria
Terraria clone in Java

## Open Source Modules
Parts of the Jerraria codebase are opensource and can be freely used. These include:
- jerraria-access module
- jerraria-common module
- jerraria-rendering module
They are all licenced under LGPLv3 in `OSS_MODULE_LICENCE`
## Common
- [x] multithreaded ticking
- [x] infinite worlds
- [x] dimensions
- [x] nbt alternative
- [ ] denser chunk files
- [ ] region files
- [x] entity ticking
- [ ] entity collision
- [ ] block collisions
- [x] Tile, TileVariant & TileData
- [x] scheduled ticks
- [x] TileData ticking
- [x] Item
- [ ] networking
- [x] connection
- [ ] authentication
- [ ] good packet api
- [ ] players
- [ ] content
- [ ] what kind of game are we actually making
- [x] resource/data-driving system
- [x] registry
- [ ] worldgen
- [ ] base worldgen
- [ ] biomes
- [ ] hell?
- [ ] decorations (ores, trees)
- [ ] structures
## Client
- [x] rendering api
- [x] shader loading
- [x] texture loading
- [x] atlas stitching
- [x] animated textures
- [x] type-safe java api
- [x] atomic counters
- [x] SSBOs
- [x] UBOs
- [x] instanced rendering
- [x] struct copying (copy whole structs of data at once)
- [x] order independent translucency
- [x] linked list (OpenGL 4.3+)
- [x] weighted (OpenGL 4.0+)
- [x] dual pass weighted (OpenGL 3.3+)
- [x] world rendering
- [ ] gui api
- [x] loading screen
- [ ] main menu
- [ ] server selector
- [ ] world selector
- [ ] settings menu