Giter VIP home page Giter VIP logo

op-go's Introduction

WIP 活跃开发中...

  • 实现op所有的方法调用 截至2021-06-03 op wiki中所有提到的接口都已实现
  • 详细简洁的注释文档
  • 一键打包所有静态文件
  • 包含基本功能的图形界面api

!!!2021-06-11

发现op-go注释里面不少东西都写错啦!!!不建议看注释,简直直接看op的wiki,我会尽快修复

2021-06-11

尝试使用cgo方式调用

例子

package main

import (
	"fmt"
	"github.com/kekeimiku/op-go"
)

func main() {
	op, _ := op.Load()
	fmt.Println("当前版本", op.Ver())
}

一个低配版后台鼠标模式的“自瞄”小游戏例子 aimbooster

视频里的小游戏是 http://www.aimbooster.com/

op-go's People

Contributors

kekeimiku avatar sirodeneko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.