An open API service indexing awesome lists of open source software.

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++

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, "<