• Stars
    star
    4
  • Rank 3,217,285 (Top 66 %)
  • Language
    Objective-C
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dumped class headers from OSX Unity Player executable.

More Repositories

1

Unity.Library.eppz.Geometry

2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
C#
313
star
2

iOS.Blog.SwiftUI_Search_Bar_in_Navigation_Bar

πŸ” SwiftUI (1) search bar in the navigation bar.
Swift
173
star
3

Unity.Library.eppz.Lines

Lightweight OpenGL line rendering for Unity. Like Debug.DrawLine in Game view.
C#
126
star
4

Clipper

Polygon and line clipping and offsetting library (C++, C#, Delphi) by Angus Johnson. Forked from https://sourceforge.net/projects/polyclipping. I prepared a "Release" branch (containing C# source only) for submodule usage.
Pascal
104
star
5

Unity.Library.eppz

Unity everydayers.
C#
95
star
6

Unity.Blog.Unity_Android_plugin_tutorial

Unity native plugin (iOS / Android) example / boilerplate project.
C#
81
star
7

VSCode.Extension.eppz_Code

C# Visual Studio Code theme for Unity! Carefully designed colors with meanings.
C#
73
star
8

iOS.Blog.UILabel_Typography_Extensions

Set UILabel line height, letter spacing (and more). πŸ“
Swift
62
star
9

iOS.Library.eppz_kit

The collection of the usefuls. Objective-C everydayers.
Objective-C
49
star
10

iOS.Library.eppz_Xcode

An Xcode color scheme with meanings behind colors.
45
star
11

.NET.Library.TuyaKit

A library to control Tuya smart home devices via local TCP connection.
C#
42
star
12

iOS.Blog.SwiftUI_Pull_to_Refresh

✳️ SwiftUI Pull to Refresh (for iOS 13 and iOS 14) condensed into a single modifier.
Swift
35
star
13

Unity.Labs.Unity_Player_Android

Decompiled Java sources of **Unity Player for Android** at the time of Unity 5.3.2.
Java
32
star
14

iOS.Package.Refreshable

✳️ SwiftUI Pull to Refresh (for iOS 13 and iOS 14) package.
Swift
31
star
15

iOS.Blog.UIView_from_Xib

Sample code for the article 5 approach to load UIView from Xib at eppz.eu/blog
Objective-C
30
star
16

Unity.Blog.Override_App_Delegate

A maintainable way to extend / override app delegate in Unity iOS / OSX standalone player. (Much) more at http://eppz.eu/blog/override-app-delegate-unity-ios-osx-1/
Objective-C
30
star
17

iOS.Library.View_instantiator

Simplest way to load UIView from Xib.
Objective-C
27
star
18

iOS.Package.Withable

πŸ“ Declarative UIKit in 10 lines of code.
Swift
25
star
19

iOS.Blog.Declarative_UIKit

A simple generic extension that can make building UI with UIKit more declarative.
Swift
24
star
20

Unity.Library.eppz.Cloud

ο£Ώ iCloud Key-value store native iOS plugin for Unity. With callbacks on changes per value.
C#
21
star
21

Unity.Blog.My_Plugin

Unity native plugin (iOS / Android) Hello World! example project.
Objective-C
18
star
22

Unity.Library.eppz_easing

Easing algorithms with explanations / testbed.
C#
18
star
23

iOS.Library.eppz_reachability

A block-based extraction of Apple's Reachability sample.
Objective-C
16
star
24

Unity.Library.eppz.Utils

Small Unity helpers for the everyday.
C#
14
star
25

iOS.Package.KeyboardLayoutGuide

⌨️ Backported keyboardLayoutGuide for iOS 13 and 14.
Swift
14
star
26

iOS.Blog.Custom_UITableViewCell_from_Xib

Custom UITableViewCell from Xib with ease.
Objective-C
10
star
27

Deprecated.Unity.Library.eppz

Unity everydayers, 2D geometry and more.
C#
10
star
28

Dot_Grid_A4

A blank dot grid PDF sheet (A4, 5mm).
7
star
29

Unity.Library.eppz.Rate

App Store rate mechanisms native iOS plugin for Unity.
C#
7
star
30

iOS.Library.eppz_swizzler

Basic swizzling wrapped up into an Objective-C interface.
Objective-C
7
star
31

iOS.Prototype.Neumorphism

An experiment to create photorealistic dynamic neumorph SwiftUI components rendered with SceneKit.
Swift
6
star
32

JS.Labs.transform

CSS3 3D transformations playground.
JavaScript
6
star
33

iOS.Blog.SpriteKit_drag

5 approach to implement SpriteKit drag (more at blog.eppz.eu)
Objective-C
6
star
34

macOS.Prototype.Ranger

Powerful PokerStars macOS HUD integrating both PokerTracker and SharkScope statistics.
Swift
5
star
35

Unity.Library.eppz.Meshes

Procedural runtime ring and circle mesh creator classes for Unity.
C#
5
star
36

Unity.Test.eppz

Unity Test project for https://github.com/eppz/Unity.Library.eppz to run Editor Tests on Travis CI.
Python
5
star
37

Unity.Library.eppz.DeepLink

ο£Ώ Deep linking native iOS plugin for Unity. With deep link callbacks on app launch as well.
Objective-C
5
star
38

iOS.Blog.Codable

Codable Property Wrappers for the everyday.
Swift
4
star
39

iOS.Library.eppz_alert

Simplest UIAlertView wrapper ever.
Objective-C
4
star
40

iOS.Library.eppz_coreData

A simple drop-in Core Data sample class, actually a wrapper that manages a queue of any kind of objects without hassling with the Core Data boilerplate code.
Objective-C
4
star
41

Unity.Library.eppz.Extensions

String extensions for the everyday.
C#
4
star
42

Unity.Library.eppz.Persistence

πŸ“¦ Object serialization (Binary, JSON, Gzip) wrapped up for the everyday.
C#
4
star
43

iOS.Library.eppz_settings

Drop-in NSUserDefaults settings manager for everyday use.
Objective-C
4
star
44

iOS.Blog.Understanding_SwiftUI_DSL

Recreating a SwiftUI hierarchy in "vanilla" Swift. Dissecting SwiftUI DSL step by step.
Swift
4
star
45

iOS.Library.eppz_model

A model layer for the everydays. Extreme simplicity (while fully customizable).
Objective-C
3
star
46

Unity.Library.eppz.Easing

Single file extract of the standalone project https://github.com/eppz/Unity.Library.eppz_easing.
C#
3
star
47

Unity.Blog.Understanding_IEnumerator

Sample code for http://eppz.eu/blog/understanding-ienumerator-in-unity-3d/
C#
3
star
48

Unity.UI

Mirror of official Unity UI system.
C#
2
star
49

macOS.Production.PDF_Links

Tiny tool help creating PDF links in Adobe Illustrator.
Swift
2
star
50

iOS.Prototype.Squishy

Squishy UI prototype.
Swift
2
star
51

JS.Library.eppz_js

Objective-Javascript. Classes, instance methods, class methods, inheritance, superclass implementation calls (with correct this referencing) and more.
JavaScript
2
star
52

iOS.Labs.Interactive_transitions

A dead simple wrapper around UIViewController transitions (also gesture driven interactivity).
Objective-C
2
star
53

iOS.Blog.Keyboard_Avoidance

⌨️ Keyboard avoidance with a single line of code. Animate to text fields, swipe down keyboard dismissal for free.
Swift
2
star
54

SPICE

🌐 NASA's SPICE Toolkits for C.
C
2
star
55

macOS.Production.eppz_hide

A tiny little menulet app with the sole purpose of toggle showing hidden files.
Objective-C
1
star
56

iOS.Labs.physicsBody

SKPhysicsBody containment (covering) test category. Dead simple interface, runtimee implementation.
Objective-C
1
star
57

Unity.Library.eppz.Networking

Unity networking for the everyday.
C#
1
star
58

JS.Labs.filters

HTML5 <canvas> draft for visualizing signal filtering methods.
JavaScript
1
star