GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#csharp #game_development #jinyong #unity

"Heroes' Journey, Begin!" is a free martial arts RPG game framework inspired by the classic game "Jin Yong's Heroes." You can play several different mods, like "Ghost of Du City" and "Jin Yong's Heroes 3D Remake." These games offer various storylines, characters, and fighting styles.

Users can create their own game mods using this framework and share them in the workshop. All resources and code are open-source and completely free, encouraging community participation and contributions. This means you can not only enjoy the games but also learn about and take part in game development.

The project is both entertaining and educational, making it great for fans of martial arts games and those interested in learning game development.

https://github.com/jynew/jynew
#cplusplus #game_development #game_engine #gamedev #godot #godotengine #multi_platform #open_source

Godot Engine is a free and open-source game engine that lets you create 2D and 3D games easily. It works on many platforms like Windows, macOS, Linux, Android, iOS, and even web browsers. You can export your games with just one click to these platforms. Since it's free and open source, you don't have to pay anything or give royalties. The community helps develop and improve the engine, so you can contribute too. This makes it a great tool for game developers because it's versatile, free, and supported by a strong community.

https://github.com/godotengine/godot
#rust #game #game_development #game_engine #gamedev #graphics #html #opengl #pico_8 #pixel_art #python #pyxel #rust #tic_80 #webgl

Pyxel is a simple and fun way to make retro-style games using Python. It lets you create games with 16 colors and 4 sound channels, just like old video games. You can run Pyxel on Windows, Mac, Linux, and even in your web browser. To get started, you just need to install Python and then use the `pip install pyxel` command. Pyxel comes with easy-to-use tools for editing images and sounds, and it has many examples to help you learn. This makes it great for beginners and experienced developers alike, allowing you to focus on creating your game without complicated coding.

https://github.com/kitao/pyxel
#rust #egui #game_development #gamedev #gui #imgui #rust #wasm

egui is a simple and easy-to-use GUI library for Rust that runs on the web, natively, and in game engines. It's designed to be highly portable and integrates easily into various environments. Here are the key benefits egui aims to be the simplest Rust GUI library, making it easy to create GUIs without complex callbacks or retained state.
- **Portable** Targets 60 Hz in debug builds, ensuring smooth performance.
- **Customizable** No `unsafe` code is used in egui, ensuring safety and reliability.
- **Extensive Integration**: Supports integration with various game engines and platforms like Bevy, winit, and more.

Overall, egui simplifies GUI development in Rust, making it a great choice for anyone looking to add a simple and efficient GUI to their projects.

https://github.com/emilk/egui
1
#rust #bevy #game_development #game_engine #gamedev #open_source #rust

Bevy is a free and open-source game engine made with Rust. It is simple to use, especially for beginners, but also very flexible for advanced users. Bevy focuses on data and uses a system called Entity Component System, making it modular and fast. You can use only the features you need and replace others as desired. Although Bevy is still in early development and updates often, it provides many resources like a Quick Start Guide, examples, and a community to help you get started. This makes it a great tool for creating 2D and 3D games quickly and efficiently.

https://github.com/bevyengine/bevy