mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
Update ideas.md
This commit is contained in:
parent
6eb2fa3ba1
commit
bcd2b224df
@ -8,7 +8,7 @@ label: "Project Ideas"
|
|||||||
|
|
||||||
+ Difficulty Level: 5/5 (Hard)
|
+ Difficulty Level: 5/5 (Hard)
|
||||||
+ Skill: Advanced C++ with metaprogramming; Python
|
+ Skill: Advanced C++ with metaprogramming; Python
|
||||||
+ Project Length: Medium (~200 hours)
|
+ Project Length: Medium (175 hours)
|
||||||
|
|
||||||
pocketpy has provided a low-level API for creating bindings. It is fast, lightweight and easy to debug.
|
pocketpy has provided a low-level API for creating bindings. It is fast, lightweight and easy to debug.
|
||||||
However, it still requires a lot of boilerplate code to create bindings for complex C++ classes.
|
However, it still requires a lot of boilerplate code to create bindings for complex C++ classes.
|
||||||
@ -25,7 +25,7 @@ You can use C\+\+17 features to implement it, instead of C++11 used in pybind11.
|
|||||||
|
|
||||||
+ Difficulty Level: 4/5 (Intermediate)
|
+ Difficulty Level: 4/5 (Intermediate)
|
||||||
+ Skill: Intermediate C++; Python; Linear Algebra
|
+ Skill: Intermediate C++; Python; Linear Algebra
|
||||||
+ Project Length: Medium (~180 hours)
|
+ Project Length: Medium (175 hours)
|
||||||
|
|
||||||
Though pocketpy is designed for game scripting,
|
Though pocketpy is designed for game scripting,
|
||||||
some people are using it for scientific computing.
|
some people are using it for scientific computing.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user