All Projects → Infinideastudio → NEWorld

Infinideastudio / NEWorld

Licence: other
NEWorld is a free game with similar game rules to Minecraft.

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
CMake
9771 projects

Projects that are alternatives of or similar to NEWorld

lint-checks
A set of opinionated and useful lint checks
Stars: ✭ 61 (-42.99%)
Mutual labels:  sandbox
Fegaria-Remastered
Similar to my other project Fegaria, but with improved graphics, collisions and terrain generation.
Stars: ✭ 73 (-31.78%)
Mutual labels:  sandbox
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+8.41%)
Mutual labels:  sandbox
java-modern-tech-practice
😎 Java™ modern tech practice sandbox ⏳
Stars: ✭ 43 (-59.81%)
Mutual labels:  sandbox
torjail
🔒 download, verify & run torbrowser in a sandbox
Stars: ✭ 14 (-86.92%)
Mutual labels:  sandbox
jsish
Jsi is a small, C-embeddable javascript interpreter with tightly woven Web and DB support.
Stars: ✭ 32 (-70.09%)
Mutual labels:  sandbox
bpfbox
🐝 BPFBox 📦 Exploring process confinement in eBPF
Stars: ✭ 93 (-13.08%)
Mutual labels:  sandbox
sandbox
Simple Windows Sandbox Configuration
Stars: ✭ 37 (-65.42%)
Mutual labels:  sandbox
xss-http-injector
XSS HTTP Inject0r is a proof of concept tool that shows how XSS (Cross Site Scripting) flags can be exploited easily. It is written in HTML + Javascript + PHP and released under GPLv3.
Stars: ✭ 22 (-79.44%)
Mutual labels:  sandbox
SLib
SLib is a sandbox evasion library that implements some of the checks from https://evasions.checkpoint.com in C#
Stars: ✭ 50 (-53.27%)
Mutual labels:  sandbox
Sandboxer-Objc
iOS file browser written in Objective-C
Stars: ✭ 31 (-71.03%)
Mutual labels:  sandbox
z-sandbox
A simple Sandbox implementation for Javascript
Stars: ✭ 24 (-77.57%)
Mutual labels:  sandbox
lkm-sandbox
Collection of Linux Kernel Modules and PoC to discover, learn and practice Linux Kernel Development
Stars: ✭ 36 (-66.36%)
Mutual labels:  sandbox
malware api class
Malware dataset for security researchers, data scientists. Public malware dataset generated by Cuckoo Sandbox based on Windows OS API calls analysis for cyber security researchers
Stars: ✭ 134 (+25.23%)
Mutual labels:  sandbox
libTech
Game engine inspired by id Tech and Source written in C#
Stars: ✭ 42 (-60.75%)
Mutual labels:  sandbox
react-suspense-sandbox
A sandbox for playing around with React suspense
Stars: ✭ 16 (-85.05%)
Mutual labels:  sandbox
MySQLSandbox
MySQLSandbox with orchestrator in docker
Stars: ✭ 13 (-87.85%)
Mutual labels:  sandbox
HydroJudge
The next generation judging system for Hydro (and vijos)
Stars: ✭ 33 (-69.16%)
Mutual labels:  sandbox
rvw developers core
SFCC Developers Core Cartridge. A Salesforce Commerce Cloud (Demandware) Cartridge for Developers.
Stars: ✭ 43 (-59.81%)
Mutual labels:  sandbox
QQConnent-For-WHMCS
WHMCS的QQ互联的模块。
Stars: ✭ 28 (-73.83%)
Mutual labels:  neworld

NEWorld

Screenshot

NEWorld is a 3D sandbox game inspired by Minecraft, licensed under LGPL v3. It features an engine specifically made for this game and hand-written with C++ for maximized optimization. We welcome all contributions.

NEWorld 是一个类似于 Minecraft 的 3D 沙盒游戏,采用LGPLv3许可证发布并受其保护。 我们使用 C++ 专为 NEWorld 其自制了游戏引擎,而没有使用任何现成的解决方案,以最大化性能,欢迎感兴趣的人加入到我们的开发中。

There were attempts to refactor or rewrite the game since the codebase was old and somewhat messy. What you see here is the latest attempt to incrementally clean the codebase while keeping most of its features.

Features

  1. C++20
  2. Optimized for performance
  3. Should be cross-platform (although the development is currently focused in Windows)
  4. Depends on OpenGL 4.5, glew, glfw, openal-soft, leveldb, Noesis GUI.
  5. Re-invented wheels
  6. Written for fun!

Compilation

  1. Clone this repo
  2. Install vcpkg and install dependencies
  3. Download Noesis, and put it into External/Noesis
  4. Draft the license key into External/Noesis/Include/NoesisLicense.h
  5. Compile and run!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].