All Projects → Yaro2709 → New-Star

Yaro2709 / New-Star

Licence: MIT license
Web. browser game engine :)

Programming Languages

PHP
23972 projects - #3 most used programming language
Smarty
1635 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to New-Star

DummyEngine
Small cross platform Vulkan/OpenGL 3d engine for personal experimentation
Stars: ✭ 76 (+18.75%)
Mutual labels:  engine
shtm
No description or website provided.
Stars: ✭ 21 (-67.19%)
Mutual labels:  engine
wgpu-mc
Rust-based replacement for the default Minecraft renderer
Stars: ✭ 254 (+296.88%)
Mutual labels:  engine
Lua2SC
Lua client for supercollider scsynth and supernova
Stars: ✭ 55 (-14.06%)
Mutual labels:  supernova
Squirrel-Engine
Multithreaded C/C++ Game Engine
Stars: ✭ 90 (+40.63%)
Mutual labels:  engine
DuEngine
An efficient interactive C++ renderer for ShaderToy-alike demos with 2D/3D/CubeMap/Video/Camera/LightField/Volume textures. (Partially used in my I3D 2018 papers)
Stars: ✭ 62 (-3.12%)
Mutual labels:  engine
ColumbusEngine
3D cross-platform game engine written in C++
Stars: ✭ 45 (-29.69%)
Mutual labels:  engine
DoubleStar
A personalized/enhanced re-creation of the Darkhotel "Double Star" APT exploit chain with a focus on Windows 8.1 and mixed with some of my own techniques
Stars: ✭ 140 (+118.75%)
Mutual labels:  star
loco-rails
Rails is awesome, but modern web needs Loco-motive.
Stars: ✭ 53 (-17.19%)
Mutual labels:  engine
Fractal Engine
WIP 3D game engine with editor and other stuff
Stars: ✭ 152 (+137.5%)
Mutual labels:  engine
sdl2-raycast
SDL2 C++ raycasting engine with vertical movement, floor/ceiling texture mapping and sprites.
Stars: ✭ 80 (+25%)
Mutual labels:  engine
vstar
⭐ A simple web app to count a GitHub user's total stars
Stars: ✭ 22 (-65.62%)
Mutual labels:  star
pixie
Tiny template functions.
Stars: ✭ 14 (-78.12%)
Mutual labels:  engine
unocss
The instant on-demand atomic CSS engine.
Stars: ✭ 7,866 (+12190.63%)
Mutual labels:  engine
ZeroDSC
lightweight native PowerShell desired state configuration engine
Stars: ✭ 17 (-73.44%)
Mutual labels:  engine
Video-Engine-Dash
A Dash plugin for playing back video and optionally syncing video to timestamped CSV Data
Stars: ✭ 26 (-59.37%)
Mutual labels:  engine
naas
⚙️ Schedule notebooks, run them like APIs, expose securely your assets: Jupyter as a viable ⚡️ Production environment
Stars: ✭ 219 (+242.19%)
Mutual labels:  engine
UE4-BYGLocalization
Simple CSV localization system for Unreal Engine 4
Stars: ✭ 54 (-15.62%)
Mutual labels:  engine
Awesome Unreal Engine 4
UE4/UE5 Ressources Collection (Plugins, Effects, Doc, Tools, etc...)
Stars: ✭ 153 (+139.06%)
Mutual labels:  engine
Purity
Wiki authoring engine.
Stars: ✭ 41 (-35.94%)
Mutual labels:  engine

New-Star

New-Star is a web browser game engine. The goal of this work is to completely restart 2Moons: a new design, a new gameplay and much more. The open source browsergame framework is based on 2Moons.

Website New-Star

Do you want to know more about us? Then go to our website.

Gallery New-Star

There is also a gallery of the project so that anyone can visually familiarize themselves with the project.

Community New-Star

Want to keep abreast of the latest developments? Then come visit us on Discord, Telegram, Facebook, Instagram!

Repository structure

  • [cache] - temporary cached server .tpl webpages
  • [chat] - AJAX ingame client-side chat
  • [includes]
    • game engine
    • configuration
    • administration
    • database scheme
    • external libraries
    • webpages functionality
  • [install]
    • first installation
    • database creation
  • [language] - translations: EN, RU
  • [licenses] - open source license schemes
  • [sound] - media files
  • [mods] - modifications that are devoid of support
  • [scripts] - client-side web browser .js scripts
  • [styles]
    • webpages .css templates
    • webpages .tpl templates
    • fonts
    • images

Local installation

  • Clone the repo: git clone https://github.com/New-Star/New-Star
  • Install components: apt install apache2 php7.3 php7.3-gd php7.3-fpm php7.3-mysql php7.3-curl php-ds libapache2-mod mysql-server
  • Setup mysql: create user USER identified by PASSWORD; create database DB; grant all privileges on DB.* to USER;
  • Set write privileges to dirs: cache/, includes/
  • Run wizard: 127.0.0.1/install/install.php
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].