https://github.com/die4ever/cpp-selectors
JQuery/CSS style selectors in C++
https://github.com/die4ever/cpp-selectors
Last synced: 9 months ago
JSON representation
JQuery/CSS style selectors in C++
- Host: GitHub
- URL: https://github.com/die4ever/cpp-selectors
- Owner: Die4Ever
- Created: 2018-02-02T02:09:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T02:04:04.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T03:22:42.318Z (11 months ago)
- Language: C++
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-selectors
JQuery/CSS style selectors in C++
examples:
w("#prontera #item-shop").AddChild( MakeObj("character player human badass-mofo", "samuel-l-jackson") );
w(".character").on("smacked", [](ObjList arg, Obj *pthis) -> ObjList {
cout << "Ow why did you smack me, "<