Now open source. Collaborators welcome.
I have come to the conclusion that I simply do not have enough time to finish the EAGLEView app by myself. So I have decided to release the app as open source so everyone can download the source and build it.
Also, people are welcome (more than welcome, in fact) to contribute to the project.
The app is not finished but lots of functionality is already in place. These features already work:
- Display schematic and board files. EAGLE version 6 or higher.
- Open .sch or .brd file from Dropbox
- Open files by clicking links to .sch, .brd or .zip files (the zip file will be extracted and scanned for .sch and .brd files)
- Pan and zoom
- Click component to see details
- Search for specific components by name or value
- Show/hide individual layers
- Support for multiple modules
There is also some stuff that is not yet implemented. Among these are:
- Ploygon pours. (At the moment, the entire polygon will be filled completely.)
- Need to speed up drawing routines to avoid flickering when redrawing.
- Support for multiple sheets
- Different shapes for SMD pads
- Get the zoom-to-fit working properly
- And other stuff – refer to the
todo.txt
file
Remember, the app is read-only. You can't modify the schematics or boards. And it requires iOS 8.
- Get the code and open in the most recent Xcode.
- Configure the project to use an appropriate bundle ID. You can either change the value directly in the
EAGLEView-Info.plist
file or you can change the value of the custom build setting namedBUNDLE_ID
(Project info -> Build Settings -> scroll down to the bottom). - Use the
Debug
orRelease
build scheme. TheEnterprise
is configured to use Crashlytics and the necessary bundle ID and API keys are external to the project so it will not work. - Run. You do need to be enrolled in Apple's iOS Developer Program in order to run the app on a device.
Mail me at [email protected].
Just like any other GitHub project:
- Fork the repository.
- Make the fix.
- Submit a pull request to me.
I will be posting updates on my website: http://jenswilly.dk.