Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 2.26 KB

README.md

File metadata and controls

42 lines (34 loc) · 2.26 KB

Fun with Beef

Beef learning space. Some examples can be using as solutions. After deep dive in the details, solving problems with Beef, find out it is good for gamedev, special yolo coding style.

Notes for beginners

By design, Beef prefer performance-with-simple code over complex-but-performance, which mean it's more C than C++, just as C# features for more ergonomic development. So, good C knowledges are better than C++, learning C is good ideas. I have learn much C and topics, but still feel not enough. Details can find in essays sections.

Essays

This folder contains essays to explain the ideas and research about Beef.

Examples

This folder contains code examples. You will find code snippets from C# or C++ can be reused. Each example contains its own workspace, to avoid redundant building process for untargeted projects. And it's scaling better.

Meta

Beef version: 0.43.5 nightly (>= 18/06/2024) Source License: No license at all, the code is just for learning/research purposes. Dependencies Licenses: Find its in folder if exists.